Skip to content

Add docs for privileged intents#1554

Open
ajax146 wants to merge 3 commits into
mainfrom
PrivilegedInentsDocs
Open

Add docs for privileged intents#1554
ajax146 wants to merge 3 commits into
mainfrom
PrivilegedInentsDocs

Conversation

@ajax146

@ajax146 ajax146 commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@Mr-KayZ

Mr-KayZ commented Jun 11, 2026

Copy link
Copy Markdown
Member

Couple of issues:

Guild Presences intent has zero documentation

  • main.py uses discord.Intents.all() which does implictly request Guild Presences privileged intent.
  • This doc is not present anywhere from what I searched, so you can do one of the following:
    • Remove discord.Intents.all() entirely and replace it with minimal intents objects that only enable members and message_content, and remove the word Presence from the README instruction.
    • Alternatively, create the doc for documentation/Privileged-Intents/Guild Presences.md.
  • Either way, README.md needs to be updated as well after this.

Couple of modules are documented under the wrong module path

Some of the modules in Message Content.md are listed under the wrong path:

  • moderation.listen - Actual path is in modules/administration/listen.py - Rename it to administration.listen in Message Content.md
  • moderation.paste - Actual path is in modules/operation/paste.py - Rename it to operation.paste in Message Content.md

Minor issues

  • Spelling mistake for moderation.event, the path is called modules/moderation/events.py - with the trailing s, so just rename moderation.event in Message Content.md to moderation.events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants